docs(website): add Use Cases section with Light Wallets, Bridges; add Case Studies section with Daedalus#3200
Open
dalibran wants to merge 22 commits into
Open
docs(website): add Use Cases section with Light Wallets, Bridges; add Case Studies section with Daedalus#3200dalibran wants to merge 22 commits into
dalibran wants to merge 22 commits into
Conversation
Test Results 5 files ± 0 203 suites ±0 52m 10s ⏱️ - 3h 47m 2s Results for commit 61bf30c. ± Comparison against base commit 7e5acd5. This pull request removes 65 tests.♻️ This comment has been updated with latest results. |
jpraynaud
requested changes
Apr 15, 2026
olgahryniuk
approved these changes
Apr 17, 2026
jpraynaud
reviewed
Apr 24, 2026
jpraynaud
reviewed
May 13, 2026
|
|
||
| ## How Mithril helps | ||
|
|
||
| Fresh installations of Daedalus now download a Mithril-certified snapshot of the Cardano node database and restore it locally, rather than replaying the chain. The snapshot's integrity is verified against the Mithril certificate chain, anchored in Cardano's stake distribution — so users get the same trust guarantees as a chain-replayed node, without the wait. |
Member
There was a problem hiding this comment.
Maybe you can specify how long it takes with Mithril: usually 30min to 1h depending on hardware and internet connection.
- Add Use Cases dropdown to navbar (between Manual and Protocol) - Rename navbar labels: "User manual" → "Manual", "About Mithril" → "Protocol" - Add Wallets use case page covering developer and end-user audiences - Add useCasesSideBar to sidebars.js and versioned sidebars - Wallet page includes: security caution admonition, integration guide, Discord CTA button, and note on server membership Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Wrap button text in a span to prevent MDX from injecting a paragraph element with inherited margin-bottom, and use explicit height on the anchor for reliable vertical centering. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Jean-Philippe Raynaud <jp.raynaud@gmail.com>
Co-authored-by: Jean-Philippe Raynaud <jp.raynaud@gmail.com>
Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com>
Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com>
Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com>
Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com>
Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com>
Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com>
Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com>
Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com>
- Rename page/sidebar label to "Light wallets" (sentence case) - Move Use Cases dropdown to end of left navbar - Remove unused spoCta note about IOG Discord membership - Update browser support paragraph with compatibility link, example, and Rust crate link - Remove "For wallet developers" title casing Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Remove specific security caveat content from the caution admonition, replacing it with a neutral info admonition pointing to the Protocol security page. Drop the Swift/Kotlin mobile bindings paragraph. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Adds a Bridges page under Use Cases following the same structure as Light wallets. Wires it into the Use Cases navbar dropdown and mirrors the page into the maintained docs version. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Introduce a Case Studies docs section with a Daedalus entry covering Mithril-based initial sync, including navbar dropdown, sidebar, and wordmark styling. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Jean-Philippe Raynaud <jp.raynaud@gmail.com>
Co-authored-by: Jean-Philippe Raynaud <jp.raynaud@gmail.com>
Replace the standalone Light Wallets page with a Wallets landing that introduces both wallet shapes and surfaces the Light wallets integration guide and the Daedalus case study as cards. Merge the separate Case Studies section into Use Cases so the Daedalus study lives under Wallets in the sidebar. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…framing Apply lead-dev review feedback: promote Rust client library and CLI as the primary integration path (with WASM scoped to browser-facing components), rework the finality framing so it's clear the bridge sets its own confirmation threshold under both current and upcoming Mithril certification, tighten the "compromised provider" clause to name the concrete consequence, and clarify the user-facing "aggregator" term with a 1inch example. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Add the with-Mithril sync figure (roughly 30 minutes to an hour, depending on hardware and connection) to the "How Mithril helps" section, and replace em dashes with commas across the page for a less stylized read. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/use-cases/wallets) covering two audiences:useCasesSideBartosidebars.jsandversion-maintained-sidebars.jsonversioned_docs/version-maintained/to support the version dropdownNotes for reviewers
Test plan
🤖 Generated with Claude Code